AddressEntries Property (AddressList
Object)
The AddressEntries
property returns a single AddressEntry
Syntax
Set objAddrEntriesColl = objAddressList.AddressEntries
Set objOneAddrEntry = objAddressList.AddressEntries(index)
objAddrEntriesColl
Object. An
AddressEntries collection object.
objAddressList
Object. The
AddressList object.
objOneAddrEntry
Object. A
single AddressEntry object.
index
Long.
Specifies the number of the address entry within the AddressEntries collection.
Ranges from 1 to the size of the collection.
Data Type
Object
Remarks
An
AddressEntries collection is a large collection, and its size cannot
necessarily be determined from its Count